home *** CD-ROM | disk | FTP | other *** search
- /*
-
- FRAME_LCD.C
-
- Tile Source File.
-
- Info:
- Form : All tiles as one unit.
- Format : Gameboy 4 color.
- Counter : None.
- Tile size : 8 x 8
- Tiles : 0 to 8
-
- This file was generated by GBTD v0.5
-
- */
-
- /* Start of tile array. */
- unsigned char frame_lcd[] =
- {
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1F,
- 0x00,0x1F,0x00,0x18,0x00,0x18,0x00,0x18,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,
- 0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF8,
- 0x00,0xF8,0x00,0x18,0x00,0x18,0x00,0x18,
- 0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,
- 0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,
- 0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,
- 0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x1F,
- 0x00,0x1F,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,
- 0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x18,0x00,0x18,0x00,0x18,0x00,0xF8,
- 0x00,0xF8,0x00,0x00,0x00,0x00,0x00,0x00
- };
-
- /* End of FRAME_LCD.C */
-